home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
comm
/
misc
/
avmNfax1_33.lha
/
AVMSuite
/
rexx
/
record.avm
< prev
next >
Wrap
Text File
|
1994-06-24
|
437b
|
15 lines
/* */
parse upper arg server device file type compression .
if type = 'VOICE' then
if device = 'TELEPHONELINE' | device = 'EXTERNALMIC' | device = 'LOCALHANDSET' then
address rexx 'useBracket' server 'recordzyxel' server device file
else if device = 'AMIGA' then
address rexx 'recordamiga' compression file
else if device = 'IFF' then
address rexx 'loadiff' 'ram:save.iff' compression file
else if type = 'FAX' then
nop
exit